Hello user! 

There are a couple things you must do for this program to work. 

First you must create some items:
-A folder. This folder will hold each students information individually.
-A new text document. This will hold the master copy of every students information.
-A CSV file. This is what holds all the programs parameters. (Save from an xlsx file)

Parameters (what goes in the csv file):
-first column - First name
-second column - Last name
-third column - ID number

To make this program work:
1. Open up your folder that you created.
2. Copy the directory of where your folder is located. INCLUDE THE FOLDER
	Ex: C:\Users\Jacob Poole\Desktop\Example Folder
3. Open starter.java in Notepad ++
4. Find line 37.
5. Replace the location given to the one you just copied. (Keep it inside the quotes)
6. Change all the back slashes to front slashes.
	Ex: C:/Users/Jacob Poole/Desktop/Example Folder
7. Save.
8. Go back to the program folder and click the c.bat. Once it has completed use r.bat
9. Enter your csv file. Hit enter. INCLUDE .csv at the end and Caps.
10. Enter your text file. Include .txt and Caps.
11. Open your .txt file and folder and you'll find everything is there.

There is an example csv file to help you set up.
Enjoy! :) 
Any questions: email jacob.poole589@gmail.com
